Nevron .NET Vision
Nevron.Collections Namespace / NDateTimeList Class / NDateTimeList Constructor / NDateTimeList Constructor(DateTime[])


In This Topic
    NDateTimeList Constructor(DateTime[])
    In This Topic
    Creates a new date time list based on an array of dates
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal values() As System.Date _
    )
    'Usage
     
    
    Dim values() As System.Date
     
    Dim instance As New NDateTimeList(values)
    public NDateTimeList( 
       System.DateTime[] values
    )

    Parameters

    values
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also